getName

abstract fun getName(): String

Gets the unique name assigned to this control.

This name is often used for identification, logging, or referencing the control programmatically.

Return

A non-null String representing the name of the control. Can be empty if no specific name is assigned.